Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.jface.text.reconciler.IReconcilableModel

Packages that use IReconcilableModel
org.eclipse.jface.text.reconciler Provides a reconciler add-on for an ITextViewer
 

Uses of IReconcilableModel in org.eclipse.jface.text.reconciler
 

Classes in org.eclipse.jface.text.reconciler that implement IReconcilableModel
 class DocumentAdapter
          Adapts an IDocument to a IReconcilableModel.
 

Fields in org.eclipse.jface.text.reconciler declared as IReconcilableModel
protected  IReconcilableModel AbstractReconcileStep.fInputModel
           
 

Methods in org.eclipse.jface.text.reconciler that return IReconcilableModel
 IReconcilableModel AbstractReconcileStep.getInputModel()
           
abstract  IReconcilableModel AbstractReconcileStep.getModel()
           
 

Methods in org.eclipse.jface.text.reconciler with parameters of type IReconcilableModel
 void IReconcileStep.setInputModel(IReconcilableModel inputModel)
          Tells this reconcile step on which model it will work.
 void AbstractReconcileStep.setInputModel(IReconcilableModel inputModel)
           
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.